bcr option "radius" fixed.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Dec 2005 00:39:06 +0000 (00:39 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Dec 2005 00:39:06 +0000 (00:39 +0000)
gpsbabel/bcr.c

index 702ea814c2f273f9a801c85dd0ed59f0c8eb437f..e2e1e58e9a64f5d60706beee160f0b1e523cddaa 100644 (file)
@@ -60,7 +60,7 @@ static
 arglist_t bcr_args[] = {
        {"index", &rtenum_opt, "Index of route to write (if more the one in source)", NULL, ARGTYPE_INT, "1", NULL },
        {"name", &rtename_opt, "New name for the route", NULL, ARGTYPE_STRING },
-       {"radius", &radius_opt, "Radius of our big earth (default 6371000 meters)", NULL, ARGTYPE_FLOAT },
+       {"radius", &radius_opt, "Radius of our big earth (default 6371000 meters)", "6371000", ARGTYPE_FLOAT },
        {0, 0, 0, 0, 0}
 };